Release NoteΒΆ
Latest version 1.0.1
Adding permission in manifest
<uses-permission android:name="android.permission.BLUETOOTH"/> <uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/> <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
You can see this changes on the Implementation page.
Update
BluetoothLEHelperinitialization with sample code for configure fine location permissionYou can see this changes on the Implementation page.
Adding
DataManager.init(getApplicationContext());for read the return messageYou can see this changes on the Implementation page and SOS Function page.
Adding tracking functionality
You can see this changes on the Tracking Function page
Adding tagging functionality
You can see this changes on the Tagging Function page